,System.Reactive.TimeInterval{-0})}
TimeInterval.op_Inequality(TimeInterval, TimeInterval) operator¶
Defined in
Type: TimeIntervalSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public static bool operator !=(TimeInterval<T> first, TimeInterval<T> second)
Summary: Determines whether the two specified TimeInterval values don't have the same Value and Interval.
Parameters
| Name | Type | Description |
|---|---|---|
first | [TimeInterval | The first [TimeInterval](# value to compare. |
second | [TimeInterval | The second [TimeInterval](# value to compare. |
Returns: bool -- true if the first TimeInterval value has a different Value or Interval as the second TimeInterval value; otherwise, false.